SIMD - translation to English
Diclib.com
ChatGPT AI Dictionary
Enter a word or phrase in any language 👆
Language:

Translation and analysis of words by ChatGPT artificial intelligence

On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:

  • how the word is used
  • frequency of use
  • it is used more often in oral or written speech
  • word translation options
  • usage examples (several phrases with translation)
  • etymology

SIMD - translation to English

CLASS OF PARALLEL COMPUTERS IN FLYNN'S TAXONOMY, WITH MULTIPLE PROCESSING ELEMENTS THAT PERFORM THE SAME OPERATION ON MULTIPLE DATA POINTS SIMULTANEOUSLY
Single Instruction Multiple Data; Simd; Strided load/store instruction; SIMD lanes; WebAssembly SIMD; SIMD
  • Single instruction, multiple data
  •  The SIMD tripling of four 8-bit numbers. The CPU loads 4 numbers at once, multiplies them all in one SIMD-multiplication, and saves them all at once back to RAM. In theory, the speed can be multiplied by 4.

SIMD         

общая лексика

Single Instruction - Multiple Data stream processing

один поток команд - много потоков данных, архитектура SIMD (ОКМД)

описание архитектуры параллельной компьютерной системы, подразумевающее использование одной команды для обработки несколькими процессорами, имеющими ассоциированную с ними память, массивов однородных данных В эту категорию попадают, в частности, векторные процессоры. Термин введён американским ученым Майклом Флинном (M. Flynn) в 1972 г

Смотрите также

MIMD; MISD; SISD; SMP; vector processor

SSE2         
PROCESSOR SUPPLEMENTARY INSTRUCTION SET FIRST INTRODUCED BY INTEL
SSID2; Sse2; SSE 2

общая лексика

набор команд SSE2

набор из 144 команд, добавленный корпорацией Intel в набор машинных команд процессора Pentium 4. Позволяет работать со 128-разрядными данными

Смотрите также

instruction set; MMX; SSE

general-purpose register         
IMMEDIATELY ACCESSIBLE WORKING STORAGE AVAILABLE AS PART OF A DIGITAL PROCESSOR
CPU register; Processor registers; General purpose register; General purpose registers; Proccesor Register; Pointer register; General Purpose Register; Register width; Register (computer); Conditional register; Address register; Register (computing); Memory register; CPU registers; General-purpose register; GPR (Processor); GPR (processor); GPR (computer); GPR (Computer); General-purpose registers; SIMD register; Floating-point register; Scratch register; Working register; Vector registers; Register (CPU)

общая лексика

регистр общего назначения, РОН

регистр центрального процессора, в котором можно кроме операций пересылок данных выполнять логические и арифметические команды

синоним

GPR

Смотрите также

register

Definition

SIMD
Single Instruction [Additional explanations: stream], Multiple Data [Additional explanations: stream] (Reference: CPU)

Wikipedia

Single instruction, multiple data

Single instruction, multiple data (SIMD) is a type of parallel processing in Flynn's taxonomy. SIMD can be internal (part of the hardware design) and it can be directly accessible through an instruction set architecture (ISA), but it should not be confused with an ISA. SIMD describes computers with multiple processing elements that perform the same operation on multiple data points simultaneously.

Such machines exploit data level parallelism, but not concurrency: there are simultaneous (parallel) computations, but each unit performs the exact same instruction at any given moment (just with different data). SIMD is particularly applicable to common tasks such as adjusting the contrast in a digital image or adjusting the volume of digital audio. Most modern CPU designs include SIMD instructions to improve the performance of multimedia use. SIMD has three different subcategories in Flynn's 1972 Taxonomy, one of which is SIMT. SIMT should not be confused with software threads or hardware threads, both of which are task time-sharing (time-slicing). SIMT is true simultaneous parallel hardware-level execution.

What is the Russian for SIMD? Translation of &#39SIMD&#39 to Russian